home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / se_os2.exe / _VBSE100.EXE / CONTROL.ICF next >
Text File  |  1995-03-06  |  4KB  |  158 lines

  1. ;***********************************************************************
  2. ; File    : CONTROL.ICF
  3. ; Date     : 4th April 1994
  4. ; Author   : Koh Chin Kok
  5. ; Purpose  : Installation control script file for Creative Installation
  6. ;            Program, INSTALL.EXE. INSTALL reads this file and installs
  7. ;            the different components selected by user to the specified
  8. ;            directories as defined for them
  9. ; Remark   : Adapted from Hariharan Mahadevan's program
  10. ;***********************************************************************
  11.  
  12. ;
  13. ; Default
  14. ;
  15. [System]
  16. title=Creative Multimedia Installation
  17. progress=none
  18. logo=none
  19. BaseDirVar=CTVIDEO
  20. BaseDir=C:\CTVIDEO
  21. ; total number of installable components
  22. groups=4
  23. ; each component's section name
  24. group_1=%Drivers%
  25. group_2=%VBSetup%
  26. group_3=%VKit%
  27. group_4=%VBConfigure%
  28. ; total number of installation disk
  29. disks=1
  30. ; volume label of each installation disk
  31. diskname_1=DISK_1
  32.  
  33. ;
  34. ; Default group is installed before any of the groups are installed
  35. ;
  36. [Default]
  37. ; size in KB
  38. Size=12
  39. ; Source directory from where the files are to be read
  40. SourceDir=$(SPATH)\ICONS,$(SPATH)\TEXT,$(SPATH)\DLL
  41. ; Target directory where the files to be copied
  42. TargetDir=$(BASEDIR),$(BASEDIR),$(BOOTDRIVE)\OS2\DLL
  43. ; Disk number where the files of this group can be found
  44. DiskNumber=1
  45. ; Definition of workplace object to be created
  46. WPObject=%WPDefault,WPReadme%
  47.  
  48. ;
  49. ; Video drivers
  50. ;
  51. [Drivers]
  52. Name=Video Blaster SE100 Drivers
  53. Size=132
  54. SourceDir=$(SPATH)\DRIVERS\SYS,$(SPATH)\DRIVERS\DLL2
  55. TargetDir=$(MMBASE),$(MMBASE)\DLL
  56. DiskNumber=1
  57. DLLName=$(SPATH)\VBINSTL.DLL
  58. DLLEntryPoint=VBInstall
  59. Minstall=FALSE
  60.  
  61. ;
  62. ; Video Blaster Setup
  63. ;
  64. [VBSetup]
  65. Name=Video Blaster SE100 Setup
  66. Size=34
  67. SourceDir=$(SPATH)\VBSESTUP
  68. TargetDir=$(BASEDIR)
  69. DiskNumber=1
  70. WPObject=%WPVBSetup%
  71.  
  72. ;
  73. ; Video Kit
  74. ;
  75. [VKit]
  76. Name=Video Kit
  77. Size=101
  78. SourceDir=$(SPATH)\VKIT
  79. TargetDir=$(BASEDIR)
  80. DiskNumber=1
  81. WPObject=%WPVKit%
  82.  
  83. ;
  84. ; Video Blaster Configure
  85. ;
  86. [VBConfigure]
  87. Name=Video Blaster SE100 Configure
  88. Size=31
  89. SourceDir=$(SPATH)\VBSESET
  90. TargetDir=$(BASEDIR)
  91. DiskNumber=1
  92. WPObject=%WPVBConfigure%
  93.  
  94. ;
  95. ; Definition for the Creative folder
  96. ;
  97. [WPDefault]
  98. ; The class name of the object to be created
  99. WPClassName=WPFolder
  100. ; Title for the object, displayed below the object icon
  101. WPTitle=Video Blaster
  102. ; Setup string for the object to be created
  103. WPSetupString=OBJECTID=<CTVIDEO>;ICONFILE=$(BASEDIR)\CTVIDEO.ICO
  104. ; Location of the object
  105. WPLocation=<WP_DESKTOP>
  106. ; Creation flags, valid values are
  107. ;    0 - FAIL IF THE OBJECT EXISTS
  108. ;   1 - REPLACE IF THE OBJECT EXISTS
  109. ;   2 - UPDATE IF THE OBJECT EXISTS
  110. WPFlags=2
  111.  
  112. ;
  113. ; For creating Readme file in the above folder
  114. ;
  115. [WPReadme]
  116. WPClassName=WPProgram
  117. WPTitle=Readme.vse
  118. WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README.VSE
  119. WPLocation=<CTVIDEO>
  120. WPFlags=1
  121.  
  122. ;
  123. ; For creating the Icon for VBSetup in the above folder
  124. ;
  125. [WPVBSetup]
  126. WPClassName=WPProgram
  127. WPTitle=Video Blaster SE100 Setup
  128. WPSetupString=EXENAME=$(TPATH)\VBSESTUP.EXE;ICONFILE=$(TPATH)\VBSESTUP.ICO;STARTUPDIR=$(BASEDIR)
  129. WPLocation=<CTVIDEO>
  130. WPFlags=1
  131.  
  132. ;
  133. ; For creating the Icon for Video Kit
  134. ;
  135. [WPVKit]
  136. WPClassName=WPProgram
  137. WPTitle=Video Kit
  138. WPSetupString=EXENAME=$(TPATH)\VKIT.EXE;ICONFILE=$(TPATH)\VKIT.ICO;STARTUPDIR=$(BASEDIR)
  139. WPLocation=<CTVIDEO>
  140. WPFlags=1
  141.  
  142. ;
  143. ; For creating the Icon for VBConfigure
  144. ;
  145. [WPVBConfigure]
  146. WPClassName=WPProgram
  147. WPTitle=Video Blaster SE100 Configure
  148. WPSetupString=EXENAME=$(TPATH)\VBSESET.EXE;ICONFILE=$(TPATH)\VBSESET.ICO;STARTUPDIR=$(BASEDIR)
  149. WPLocation=<CTVIDEO>
  150. WPFlags=1
  151.  
  152. ;
  153. ; If Minstall is to be lauched, which directory to launch it from ?
  154. ; The directory should have the control files required by MINSTALL
  155. ;
  156. [Minstall]
  157. Directory=$(TPATH)\DRIVERS
  158.